Editor Macros

Editor Macros can access the Sym3 API and the .NET API.

 

To access the .NET API, call explicitely all .NET methods and object including the namespaces.

Example:

fs = System.IO.File.Open(path, System.IO.FileMode.OpenOrCreate, System.IO.FileAccess.Write);

 

To access the Sym3 API, the base objects are Editor and Project (of type ISym3Project).